The Art of Objects

Object-Oriented Design & Architecture

by Yun-Tung Lau, Ph.D.
(published by Addison-Wesley, Boston MA)

Sample Code Home Page

The sample code for the designs under each chapter is avialable in the chapter* directories of this package. The code for the sample applications (e.g. case studies) is avialable under the studies directory of this package (documentation for sample applications).

You may go through the code to understand the Java implementation of the designs and architectures discussed in the book. However, to gain a solid understanding of the designs and to elevate yourself to the level of an object designer or architect, careful reading and study of the book is indispensable.


Demo Servlet: Counter

Demo Servlet Application: iBank

Demo Applet: PDM (Product Data Manager)